home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 12 - 1996 / 12.04 Apr 96 / ThreadingAppleEvents.sit / ThreadingAppleEvents / Grant's CGI Code 1.0b13 / Documentation / References / References
Encoding:
Text File  |  1996-01-26  |  5.5 KB  |  126 lines  |  [TEXT/ttxt]

  1. Grant's CGI Framework
  2. (Common Grant Interface :-)
  3. Version 1.0 beta 13
  4.  
  5. [Note that net resources are dynamic and always subject to change, so the references listed here may no longer work.]
  6.  
  7.  
  8. References to Potentially Useful Information and Resources
  9.  
  10. On the Internet
  11.  
  12. Chuck Shotton's explanation of the parameters of the CGI event, including the maximum sizes of the parameters. (included, with permission, in the grantscgi Documentation folder as cgi_params.html)
  13.   http://www.biap.com/datapig/mrwheat/cgi_params.html
  14.  
  15. CGIs in Mac C by Daaron Dwyer.
  16.   http://www.webedge.com/CGIinC/
  17.  
  18. Responder framework for CGIs in C from Maxum Development.
  19.   http://www.maxum.com/maxum/
  20.  
  21. Extending WebSTAR by Jon Wiederspan.
  22.   http://www.uwtc.washington.edu/Computing/WWW/Lessons/
  23.  
  24. MailTools Gateway by John Norstad.
  25.   ftp://ftp.uwtc.washington.edu/pub/Mac/Network/WWW/MailToolsGateway.sit.bin
  26.  
  27. Macintosh World Wide Web Software Development in the MacHTTP/WebSTAR FAQ.
  28.   http://arpp1.carleton.ca/machttp/doc/dev/
  29.  
  30. MacTech Magazine.
  31.   http://www.mactech.com/
  32.  
  33. The CGI Frequently Asked Questions List
  34.   http://www.best.com/~hedlund/cgi-faq/faq.html
  35.  
  36. Mac CGI shell in Forth
  37.   http://kreeft.intmed.mcw.edu/pf.html
  38.  
  39. On Paper
  40.  
  41. O'Fallon, John. "Writing CGI Applications in C" in 'MacTech Magazine'. September 1995. pp. 33-42
  42.  
  43. Levitus, Bob and Jeff Evans. 'WebMaster Macintosh.' AP Professional. ISBN 0-12-445574-3
  44.  
  45. Hale, Mason. "Scripting the Web with Frontier" in 'MacTech Magazine'. December 1995. pp. 57-64
  46.  
  47.  
  48. Further Information About This Framework
  49.  
  50. World Wide Web home page:
  51.      http://arpp.carleton.ca/grant/mac/grantscgi/
  52.  
  53. Grant's CGI Discussion, Announcements, and the Source Updates mail lists:
  54. I've set up a mailing list for discussing this framework. It is intended to be a forum for information, ideas, questions and announcements about about writing CGIs (and the CGIs that have been written) using Grant's CGI Framework. 
  55. Send a message with the command "subscribe" (without quotes) as the subject to: 
  56.   grantcgi@arpp1.carleton.ca
  57.  
  58. There is a list for those who only want the announcements - no discussion. It is mutually-exclusive with the grantcgi list, meaning that you can only subscribe to one of them since all the postings to grantcgi-announce are also made to grantcgi.
  59. Send a message with the command "subscribe" (without quotes) as the subject to: 
  60.   grantcgi-announce@arpp1.carleton.ca
  61.  
  62. You can also subscribe to a mailing list which will send you periodic updates to the framework as they are released (both interm and regular releases). All updates are sent as Stuffit attachments (HQX MIME format). The archives are not sent to either of the two other lists.
  63. Send a message with the command "subscribe" (without quotes) as the subject to: 
  64.   grantcgi-source@arpp1.carleton.ca
  65.  
  66. If you want more details on any of the lists, just send the command "help" instead of "subscribe".
  67.  
  68. Download:
  69.   http://arpp1.carleton.ca/grant/mac/grantscgi.sit.hqx
  70.  
  71. On the Info-Mac archives in "/info-mac/dev/lib/".
  72.  
  73. The "Apprentice 3" CD <http://www.celestin.com/apprentice/> includes a copy of version 1.0b1 in "Apprentice:Source Code:C:Frameworks:"
  74. "Apprentice 4" is due out in January and should have either beta 11 or 12 on it.
  75.  
  76. On eWorld: Macintosh Development Forum (shortcut "mac dev") -> Software Library -> New Files (Upload Here) -> Grant's CGI Framework
  77.  
  78. On the "CDWeb" Vol. 11 CD included with the Japanese "Internet User" Magazine, 1995 No. 12. in "CDWeb Vol. 11:Starter Kit:WWW:Server:CGI:grants-cgi-framework-10b10:"
  79.  
  80. Interm releases may be available at:
  81.   http://arpp.carleton.ca/grant/mac/grantscgi/interm.html
  82.  
  83.  
  84. Applications Using This Framework
  85.  
  86. Count WWWebula
  87. by Gregory S. Combs - grgcombs@mail.utexas.edu
  88. A graphical access counter for WWW pages. Returns a gif of a string of digits, displaying how many users have looked at the page.
  89. <http://uts.cc.utexas.edu/~grgcombs/htmls/counter.html>
  90. </info-mac/comm/tcp/count-wwwebula-*-cgi.hqx>
  91.  
  92. Random URL CGI
  93. by Grant Neufeld - grant@acm.org
  94. Randomly redirect the client to urls listed in a text file.
  95. <http://arpp.carleton.ca/grant/mac/cgi/random.html>
  96. </info-mac/comm/tcp/random-url-*-cgi.hqx>
  97.  
  98. Bounce
  99. by Stefan W. Pantke - SPantke@NetzService.de
  100. "Displays the data received from the HTTP-Server and transforms it into an HTML-page which is returned to the server/client as response. Thus the CGI is a nice tool to check forms, for example."
  101. <http://arpp.carleton.ca/grant/mac/cgi/bounce.html>
  102. </info-mac/comm/tcp/bounce-cgi.hqx>
  103.  
  104. Web Server Screen Capture Utility
  105. by Steve Maller - steve@maller.com <http://www.maller.com/>
  106. Takes a screenshot of the current Macintosh screen, converts it to a .GIF file, and returns it to the web browser.
  107. </info-mac/comm/tcp/web/screen-capture-*-cgi.hqx >
  108.  
  109. Interactive Clock
  110. by Reginald Braithwaite-Lee - reg@codestorm.com
  111. Returns the current time, as a graphical analogue clock.
  112. <http://www.codestorm.com/ch/interactive/clock.html>
  113.  
  114.  
  115. If you have a CGI you've written using this framework, please let me know and I'll add it to this list.
  116.  
  117. ____________________
  118. StarNine, ListSTAR, and WebSTAR are trademarks of StarNine Technologies, Inc.
  119. AppleScript, Macintosh, Mac, and MacTCP are trademarks or registered trademarks of Apple Computer, Inc.
  120. UNIX is a registered trademark of Novell, Inc.
  121. CodeWarrior is a trademark of Metrowerks Inc.
  122. Symantec is a trademark of Symantec Corporation.
  123. WorkSMART is a trademark of InfoDesign Corporation.
  124. Grant's CGI Framework is, for those who even bother to read the small print, a GrantMark and a TradeMark of Grant Neufeld.
  125. Copyright ©1995,1996 by Grant Neufeld
  126.